@charset "utf-8";
.white,.white a:link, .white a:visited, .white a:hover {
    color: #fff;
}
.ar-none,
.ar-p2-mob,
.ar-btn-mob,
.ar-tu-gg1 a:nth-child(2),
.ar-tu-gg1 img:nth-child(2) {
    display: none;
}
/* 20230306 */
.ar-gg1-mob,
.swiper-mob,
.ar-gg2-mob {
	opacity: 0;
	height: 0;
}
/* 20230306 */
.main {
    width: 100%;
}
/* gg */
.ar-gg1-pc {
	width: 1280px;
	margin: 0 auto;
}
.ar-gg1-pc .swiper-container,
.swiper-container-gg2 {
    width: 100%;
    height: 120px;
    direction: ltr;
    margin-top: 30px;
}
.ar-gg1-pc .swiper-container {
    border-top: none;
    margin-top: 20px;
}
.ar-gg1-pc .swiper-container .swiper-slide,
.swiper-container-gg2 .swiper-slide {
    text-align: center;
}
/* header */
.ar-header {
    background: url(../images/headbg.jpg) no-repeat;
    height: 195px;
}
.ar-header .logoBox {
    height: 55%;
    text-align: center;
    direction: ltr;
}
.ar-header .logoBox img {
    margin-top: 30px;
}
.ar-header .logoBox .logo {
    margin-right: 20px;
}
.ar-header .logoBox .tit0 {
    margin-bottom: 15px;
}
.ar-header .souBox {
    margin-top: 40px;
    direction: ltr;
	width: 900px;
}
.ar-header .souBox .left img {
    margin-top: 8px;
    margin-right: 15px;
}
.ar-header .souBox .items.search {
    position: relative;
    margin-left: 20px;
}
.ar-header .souBox .items.search input.inp1 {
    width: 170px;
    height: 29px;
    padding-right: 30px;
    line-height: 29px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent;
    text-indent: 0.5em;
    color: #fff;
}
.ar-header .souBox .items.search input.inp2 {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}
.ar-header .souBox .right .items {
    float: right;
    margin-left: 20px;
    height: auto;
    position: relative;
}
.ar-header .souBox .items h3.title {
    font-size: 20px;
    height: 48px;
    line-height: 38px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.ar-header .souBox .items h3.title::after {
    position: absolute;
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 14px;
    height: 7px;
    display: inline-block;
    margin-left: 7px;
    top: 16px;
}
.ar-header .souBox .items .itembox {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    z-index:999;
    margin-top: 54px;
    margin-left: -50px;
}
.ar-header .souBox .items .itembox.Archive {
	margin-top: 0;
}
.ar-header .souBox .items .itembox ul {
    height: auto;
}
.ar-header .souBox .items:hover .itembox.Archive {
    width: auto;
    height: auto;
	z-index: 999;
}
.ar-header .souBox .items:hover .itembox.languages {
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    width: 100px;
    left: 15px;
    top: -6px;
}
.ar-header .souBox .items:hover .itembox.languages ul {
    width: 90%;
    margin: 0 auto;
}
.ar-header .souBox .items .itembox.languages ul li {
    height: 49px;
    font-size: 16px;
    width: 100%;
    line-height: 49px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.ar-header .souBox .right .itembox.languages ul li:last-child {
    border-bottom: none;
}
.ar-header .souBox .items.date h3.title::after {
    background: none;
}
.ar-header .souBox .items.date h3.title span {
    float: right;
    margin-left: 8px;
}
.ar-header .souBox .items.rili:hover .itembox.Archive iframe {
	border: 1px solid #e5e5e5;
}
/* mobile none */
.sidenav {
    display: none;
}
/* nav */
.ar-nav {
    height: 70px;
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    display: flex;
	white-space: nowrap;
}
.ar-nav .left {
    width: 90%;
	display: flex;
    white-space: nowrap;
	padding-right: 2%;
}
.ar-nav .right {
    width: 6%;
	text-align: center;
	margin-right: 15px;
}
.ar-nav .left,
.ar-nav .right {
    font-size: 18px;
    line-height: 70px;
	white-space: nowrap;
}
.ar-nav .left a {
    margin-right: 28px;
}
.ar-nav .left a:first-child {
    margin-right: 0;
}
.ar-nav .right .items{
    position: relative;
    top: 0;
}
.ar-nav .right .items span.title {
    display: block;
    position: relative;
	text-align: right;
	padding-right: 10px;
}
.ar-nav .right .items span.title::after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/arrow1.png) no-repeat;
    top: 43%;
    left: 10%;
    width: 17px;
    height: 10px;
}
.ar-nav .right .items:hover span.title,
.ar-nav .right .items .itemsBox {
    border-left: 1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.ar-nav .right .items .itemsBox {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    width: 220px;
    left: -13px;
    z-index: 998;
}
.ar-nav .right .items .itemsBox ul {
    height: auto;
    box-sizing: border-box;
    width: 100%;
    margin:0 auto;
}
.ar-nav .right .items .itemsBox ul li {
    height: 49px;
    width: 100%;
    padding: 0;
    line-height: 49px;
    text-align: center;
}
.ar-nav .right .items .itemsBox ul li:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.ar-nav .right .items:hover .itemsBox {
    height: auto;
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 0 1px;
}
/* keynews */
.ar-keynews {
    font: 700 24px/34px "Arial";
    padding-top: 25px;
    text-align: center;
}
/* p1 */
.ar-p1 {
	overflow: hidden;
	margin-top: 25px;
}
.ar-p1 .left {
    width: 575px;
}
.ar-p1 .right {
    width: 685px;
    position: relative;
}
.swiper-pc .swiper-container {
    height: 513px;
    width: 100%;
    direction: ltr;
	margin-top: 12px;
}
.swiper-pc .swiper-container .swiper-slide p.text {
    width: 100%;
    text-align: right;
    font-size: 18px;
	line-height: 160%;
	direction: rtl;
}
.swiper-pc .swiper-container .swiper-slide img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	width: 685px;
	height: 448px;
}
.pagination1 {
    position: absolute;
    right: 0px;
    text-align: right;
    top: 83%;
    width: 100%;
    z-index: 10;
}
.pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: rgb(246, 247, 251);
    margin-right: 8px;
    cursor: pointer;
}
.pagination1 .swiper-active-switch {
    background-color: rgb(197, 45, 45);
    width: 16px;
    height: 8px;
    border-radius: 3px;
}
.ar-jdt-left,
.ar-jdt-right {
    width: 35px;
    height: 35px;
    margin-top: -17px;
    top: 50%;
    position: absolute;
    z-index: 99;
}
.ar-jdt-left {
    background: url(../images/left1.gif) no-repeat left top;
    left: 0px;
}
.ar-jdt-right {
    background: url(../images/right1.gif) no-repeat left bottom;
    right: 0px;
}
.ar-p1 .list li {
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    padding: 12px 0;
	font-weight: 500;
	line-height: 160%;
}
.ar-p1 .list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.ar-tu-gg1 {
	margin-top: 20px;
}
/* p2 */
.ar-p2 {
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #c0c0c0;
    overflow: hidden;
}
.ar-p2 .left {
    width: 555px;
    border-right: 1px solid #ececec;
    padding-right: 24px;
    margin-right: 8px;
}
.ar-p2 .right {
    width: 710px;
}
.ar-p2 .list li {
    text-align: right;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    padding-right: 18px;
    position: relative;
	line-height: 160%;
}
.ar-p2 .list li:first-child {
    padding-top: 0;
}
.ar-p2 .list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.ar-p2 .list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #cc3232;
    right: 0;
    top: 21px;
}
.ar-p2 .list li:first-child::before {
    top: 9px;
}
.ar-p2 .pic li {
    float: left;
    margin: 0 16px 0 6px;
    font-size: 18px;
    line-height: 22px;
    width: 213px;
    text-align: right;
}
.ar-p2 .pic li img {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.ar-p2 .pic li img:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.ar-p2 .pic li:last-child {
    margin-right: 0;
}
/* p3 */
.ar-p3 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #c0c0c0;
    overflow: hidden;
}
.ar-p3 .left {
    width: 384px;
    margin-right: 30px;
}
.ar-p3 .center {
    width: 468px;
    margin-right: 40px;
}
.ar-p3 .right {
    width: 355px;
}
.ar-p3 h3.title,
.ar-p4 h3.title,
.ar-p5 h2.title,
.ar-d2list h3.title,
.ar-pic-con h3.title {
    font: 600 24px/30px "Arial";
	position: relative;
}
.ar-p3 h3.title a,
.ar-p4 h3.title a,
.ar-p5 h2.title a,
.ar-d2list h3.title a,
.ar-pic-con h3.title a {
    padding-right: 5px;
}
.ar-p3 h3.title a::after,
.ar-p4 h3.title a::after,
.ar-p5 h2.title a::after,
.ar-d2list h3.title::after,
.ar-pic-con h3.title a::after {
    position: absolute;
    content: '';
    background: url(../images/more.png) no-repeat;
    width: 19px;
    height: 19px;
    top: 5px;
    margin-right: 5px;
}
.ar-p3 .left .content,
.ar-d2list .left .content {
    background-color: #f5f5f7;
    border-radius: 5px;
    margin-top: 15px;
    padding: 20px 0;
}
.ar-p3 .left .content .list,
.ar-d2list .left .content .list {
    width: 90%;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.ar-p3 .left .content .list li,
.ar-d2list .left .content .list li {
    clear: both;
    font-size: 18px;
    line-height: 160%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}
.ar-p3 .left .content .list li:last-child,
.ar-d2list .left .content .list li:last-child {
    border-bottom: none;
}
.ar-p3 .left .content .list li span,
.ar-d2list .left .content .list li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0px 0 0 15px;
    color: #cc3232;
    font-size: 29px;
    float: right;
    font-family: "Times New Roman";
    font-weight: 800;
}
.ar-p3 .left .content .list li a,
.ar-d2list .left .content .list li a {
    float: right;
    width: 88%;
}
.ar-p3 .left .content .list::-webkit-scrollbar,
.ar-d2list .left .content .list::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.ar-p3 .left .content .list::-webkit-scrollbar-thumb,
.ar-d2list .left .content .list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #cfcfcf;
}
.ar-p3 .left .content .list::-webkit-scrollbar-track,
.ar-d2list .left .content .list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e4e9e9;
}
.ar-p3 .center .pic {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.ar-p3 .center .pic span {
    height: 262px;
    margin-bottom: 8px;
}
.ar-p3 .center .pic img,
.ar-p5 .center .pic img {
    border-radius: 5px;
    display: block;
}
.ar-p3 .center .pic .scale-img {
    display: block;
	margin-bottom: 7px;
	margin-top: 5px;
}
.ar-p3 .center .list li {
    clear: both;
    font-size: 18px;
    line-height: 160%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.ar-p3 .center .list li:last-child,
.ar-p3 .right .list li:last-child {
    border-bottom: none;
}
.ar-p3 .center .list,
.ar-p3 .right .list,
.ar-d2list .right .list {
    margin-top: 10px;
}
.ar-p3 .right .list li,
.ar-d2list .right .list li {
    clear: both;
    font-size: 18px;
    line-height: 160%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}
/* p4 */
.ar-p4 {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
    overflow: hidden;
}
.ar-p4 .left {
    width: 590px;
}
.ar-p4 .right {
    width: 688px;
}
.ar-p4 h3.title {
    margin-bottom: 10px;
}
.ar-p4 .right.pic {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    font-weight: 600;
}
.ar-p4 .right.pic::after {
    position: absolute;
    content: '';
    background: url(../images/ico1.png) no-repeat;
    width: 71px;
    height: 71px;
    left: 17px;
    top: 295px;
}
.ar-p4 .right.pic img {
    border-radius: 5px;
    display: block;
    margin-bottom: 8px;
}
.ar-p4 .left .pic li {
    float: left;
    margin-left: 17px;
    font-size: 18px;
    width: 279px;
    text-align: right;
    margin-top: 9px;
    position: relative;
    height: 218px;
	line-height: 24px;
}
.ar-p4 .left .pic li::after {
    position: absolute;
    content: '';
    background: url(../images/ico2.png) no-repeat;
    width: 44px;
    height: 44px;
    left: 12px;
    top: 105px;
}
.ar-p4 .left .pic li:first-child,
.ar-p4 .left .pic li:nth-child(2) {
    margin-top: 0;
}
.ar-p4 .left .pic li:nth-child(2n+1) {
    margin-left: 0;
}
.ar-p4 .left .pic li img {
    border-radius: 5px;
    display: block;
    margin-bottom: 4px;
}
/* p5 */
.ar-p5 {
    margin-top: 20px;
    border-top: 1px solid #c0c0c0;
    overflow: hidden;
}
.ar-p5 .left {
    width: 298px;
    padding-top: 30px;
}
.ar-p5 .right {
    width: 970px;
}
.ar-p5 .left .itemsbox {
    border-right: 1px solid #ececec;
    padding-right: 15px;
}
.ar-p5 .left h2.title {
    margin-right: 18px;
	
}
.ar-p5 .left .pic li,
.ar-d2list .left .pic li {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: 600;
}

.ar-p5 .right .content {
    overflow: hidden;
}
.ar-p5 .right .col-1,
.ar-p5 .right .col-2 {
    width: 485px;
    padding-top: 30px;
}
.ar-p5 .right .col-video {
    display: none;
}
.ar-p5 .right .col-1 h2.title {
    margin-right: 15px;
}
.ar-p5 .right .col-1 .itemsbox {
    width: 485px;
    padding-right: 15px;
}
.ar-p5 .right .col-2 .itemsbox {
    border-left: 1px solid #ececec;
    width: 485px;
    padding-left: 15px;
}
.ar-p5 .right .itemsbox .pic {
    margin-top: 18px;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
}
.ar-p5 .right .itemsbox .pic span.scale-img {
    height: 262px;
    margin-bottom: 8px;
}
.ar-p5 .right .itemsbox .pic h3.title {
    font: 600 20px/24px "Arial";
	height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	word-wrap: break-word;
}
.ar-p5 .right .itemsbox .pic p.text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
.ar-p5 .right .itemsbox .list {
    margin-top: 10px;
}
.ar-p5 .right .itemsbox .list li {
    clear: both;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.ar-p5 .right .itemsbox .list li:last-child {
    border-bottom: none;
}
.ar-p5 .right .itemsbox .list li img.pic-img {
    display: none;
}
/* p6 */
.ar-p6 {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #c0c0c0;
    overflow: hidden;
}
.ar-p6 .left,
.ar-p6 .right {
    width: 385px;
}
.ar-p6 .center {
    width: 450px;
    margin-left: 30px;
}
.ar-p6 .center .itemsbox {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    width: 450px;
    padding-left: 32px;
    padding-right: 32px;;
}
.ar-p6 h3.title {
    font: 600 24px/30px "Arial";
}
.ar-p6 h3.title a {
    position: relative;
    padding-left: 5px;
}
.ar-p6 h3.title a::after {
    position: absolute;
    content: '';
    background: url(../images/more.png) no-repeat;
    width: 19px;
    height: 19px;
    top: 3px;
    margin-right: 5px;
}
.ar-p6 .center h3.title {
    margin-right: 32px;
}
.ar-p6 .pic {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.ar-p6 .pic span {
    height: 214px;
    margin-bottom: 8px;
}
.ar-p6 .pic span img {
    border-radius: 5px;
    display: block;
}
.ar-p6 .list {
    margin-top: 10px;
}
.ar-p6 .list li {
    font-size: 18px;
    border-bottom: 1px solid #ececec;
	padding: 12px 0;
	line-height: 160%;
}
.ar-p6 .list li:last-child {
    border-bottom: none;
}
/* animtion */
.scale-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.scale-img img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.scale-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* back */
.ar-back {
    display: none;
}
/* footer */
.ar-footer {
    background: #f5f5f7;
    padding: 30px 0;
    margin-top: 30px;
}
.ar-footer .link,
.ar-footer .copyright {
    width: 1000px;
    margin: 0 auto;
}
.ar-footer .link h3.title {
    font: 700 22px/24px "Arial";
    margin-bottom: 20px;
}
.ar-footer .link {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
	line-height: 160%;
}
.ar-footer .link a {
    margin-left: 20px;
}
.ar-footer .copyright {
    text-align: center;
    font-size: 18px;
    line-height: 160%;
}
/* d2nav */
.ar-d2nav {
    line-height: 75px;
    border-bottom: 1px solid #ececec;
    font-size: 18px;
}
.ar-d2nav a {
    margin: 0 8px;
}
/* d2list */
.ar-d2list {
    overflow: hidden;
    margin-top: 30px;
}
.ar-d2list .left {
    width: 364px;
}
.ar-d2list .right {
    width: 870px;
}
.ar-d2list .left .content {
    margin-bottom: 20px;
}
.ar-d2list .left .content .list {
    height: 345px;
}
.ar-d2list .left .pic,
.ar-d2list .left h3.title {
    width: 277px;
	margin-left: auto;
	margin-right: auto;
}
.ar-d2list .right .list li {
	position: relative;
	padding-right: 18px;
}
.ar-d2list .right .list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #cc3232;
    right: 0;
    top: 21px;
}
.ar-d2list .right .list li span {
    font-size: 14px;
    margin-right: 8px;
    color: #aaa;
}
.pages {
    text-align: center;
    padding: 40px 0 20px 0;
    overflow: hidden;
}
.pages a {
    border: #dddad2 1px solid;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
	font-size: 18px;
}
.pages a.common_current_page {
    background: #cc3333;
    color: #fff;
    text-decoration: none;
    border: #cc3333 1px solid;
}
.ar-d2videopic ul {
    overflow: hidden;
}
.ar-d2videopic .pic {
    margin-top: 20px;
}
.ar-d2videopic .pic li {
    float: left;
    width: 384px;
    margin-top: 20px;
	margin-bottom: 20px;
    position: relative;
    height: 280px;
    font-size: 18px;
	line-height: 160%;
	padding-left: 31px;
    padding-right: 31px;
    border-right: 1px solid #ececec;
	box-sizing: content-box
}
.ar-d2videopic .pic li img {
    display: block;
    margin-bottom: 8px;
}
.ar-d2videopic .pic li:nth-child(3n+1) {
    padding-left: 0px;
}
.ar-d2videopic .pic li:nth-child(3n) {
    padding-right: 0;
    border-right: none;
}
.ar-d2videopic .pic li i.vbg {
    position: absolute;
    background: url(../images/ico2.png) no-repeat;
    width: 44px;
    height: 44px;
    top: 55%;
    right: 10%;
	transform: rotateY(180deg);
}
.ar-d2videopic .pic li:nth-child(3n) i.vbg {
	right: 4%;
}
/* pic */
.ar-d2pic {
    margin-top: 20px;
    height: auto;
}
.ar-d2pic #tiles {
    list-style-type: none;
    position: relative;
    margin: 0;
}
.ar-d2pic #tiles li {
    width: 384px;
    display: none;
    cursor: pointer;
    float: left;
    border: 1px solid #bebebe;
    padding: 4px 0;
    text-align: center;
}
.ar-d2pic #tiles li img {
    margin-bottom: 8px;
}
.ar-d2pic #tiles li p {
    font-size: 18px;
    text-align: right;
    width: 96%;
    margin: 0 auto;
	line-height: 160%;
}
/* text */
.ar-d2text {
    margin-top: 40px;
    overflow: hidden;
}
.ar-d2text h1.title {
    font: 600 30px/40px "Arial";
    text-align: center;
}
.ar-d2text h1.title img {
	margin-right: 8px;
}
.ar-d2text h2.subtitle {
    font: normal 20px/30px "Arial";
    text-align: center;
}
.ar-d2text .time {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
	margin-bottom: 30px;
}
.ar-d2text .text-content {
    margin-top: 10px;
}
.ar-d2text .text-content .left {
    width: auto;
    background: #e3e5e5;
    margin-right: 10px;
	margin-top: 20px;
	height: auto;
}
.ar-d2text .text-content .left h2.title {
    background: #cc3333;
    font: 600 18px/27px "Arial";
    padding-right: 8px;
	width: 300px;
}
.ar-d2text .text-content .left ul {
    width: 294px;
    margin: 0 auto;
	padding: 0 3px;
}
.ar-d2text a.common_current_page {
	color: #bd443f;
}
.ar-d2text .text-content .left li {
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
	line-height: 160%;
}
.ar-d2text .text-content .right p {
    font-size: 20px;
    line-height: 160%;
}



.ar-d2text .text-content .right .editor {
    font-size: 20px;
}
.ar-d2text .text-content .right p img {
    height: auto !important;
}
.ar-d2text .text-content .right p.desc em {
    font-style: italic !important;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    margin-top: -20px;
    display: block;
}
.ar-d2text .text-content .right p em span {
	color: #999;
}
.ar-d2text .text-content center {
	clear: both;
	font-size: 16px;
	line-height: 180%;
	margin-top: 15px;
}
.ar-pic-con {
    width: 1280px;
    margin: 0px auto 0 auto;
    overflow: hidden;
	border-top: 1px solid #c0c0c0;
	padding-top: 25px;
}
/*
.ar-pic-con h3.title {
    font: 600 20px/27px "Arial";
    position: relative;
    padding-left: 20px;
}
.ar-pic-con h3.title::before {
    position: absolute;
    content: '';
    border-right: 4px solid #c43a3a;
    height: 27px;
    border-left: 10px solid #fff;
}
*/
.ar-pic-con ul.pic {
	margin-top: 10px;
}
.ar-pic-con ul.pic li {
    float: left;
    width: 296px;
    margin-left: 32px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
    height: 265px;
}
.ar-pic-con ul.pic li:nth-child(4n+1) {
    margin-left: 0;
}
.ar-pic-con ul.pic li img {
    border-radius: 3px;
    display: block;
    margin-bottom: 8px;
}
.ar-d2text h2.sub-title {
    font: 500 20px/140% "\5FAE\8F6F\96C5\9ED1";
    text-align: center;
    margin-top: 8px;
}
.ar-d2text table {
    margin: 0 auto;
}
.ar-d2text table td {
	font-size: 18px;
	color: #888;
	line-height: 160%;
}
.ar-d2text table td img {
	max-width: 900px;
    height: auto;
}
.ar-d2text table td font {
	color: #888 !important;
	font-style: italic;
	font-weight: 500;
}
.ar-d2text .text-content p {
    font: 500 20px/32px "Arial";
    padding-bottom: 10px;
    padding-top: 10px;
}
.ar-d2text .text-content p.desc {
	padding-top: 0px;
	color: #888;
	font-size: 18px;
	font-style: italic;
}

.ar-d2text2 .text-content p:nth-child(even) {
    text-align: right;
    direction: rtl;
    font: 500 20px/32px "Arial";
}
.ar-d2text2 .text-content p:nth-child(odd) {
    text-align: left;
    direction: ltr;
    font: 500 20px/32px "\5FAE\8F6F\96C5\9ED1";
}
.addthis_inline_share_toolbox_93vz {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
/* d2sou */
.ar-d2sou h3.title {
    font: normal 18px/40px "Arial";
    border-bottom: 1px solid #eaeaea;
}
.ar-d2sou .list li {
    padding: 24px 0;
    font-size: 18px;
    line-height: 190%;
	clear:both;
}
.ar-d2sou .list li img {
    float: right;
    margin-left: 30px;
}
.hide_17 td img {
	
}
.ar-d2sou .default {
	text-align: center;
    font-size: 20px;
    margin: 5% auto;
	color: red;
	font-weight: bold;
}
/* turn-page */
.p_num {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden;
}
.p_num span a {
	border: #dddad2 1px solid;
	background: #cc3333;
	padding: 10px 15px;
	margin: 0 5px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.p_num a.common_current_page {
	color: #cc3333;
}
/* 20230305 */
#pvlive_cctven {
	margin: 0 auto;
}

/* 20230306 */
.ar-tu-gg1-pc {
	display: block;
}
.ar-tu-gg1-mob {
	display: none;
}

/* 20230404 */
.ar-d2text .text-content .right p span[desc="desc"] {
	font-style: italic;
	color: #999;
    font-size: 18px;
    font-weight: 500;
	margin-top: -10px;
	display: block;
}

.ar-d2text .text-content .right p i,
.ar-d2text .text-content .right p em {
	font-style: italic;
}
